バージョン

Keys プロパティ

辞書のキーを返します。null 以外の値を持つキーのみが返されます。
シンタックス
'宣言
 
Public ReadOnly Property Keys As IEnumerable(Of TKey)
public IEnumerable<TKey> Keys {get;}
参照